home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
code
/
p_serlib.sit
/
Serial Library Source Code
/
get_port.h
< prev
next >
Wrap
Text File
|
1989-07-27
|
645b
|
23 lines
/***********************************************************************/
/*
/* get_port.h
/* by Atul Butte
/* Copyright ⌐ 1989 by Microsoft Corporation
/* All Rights Reserved
/*
/* version 1.0
/*
/*
/* This module provides a routine which will convert the port number
/* into the input and output driver reference numbers.
/*
/***********************************************************************/
/***********************************************************************/
/*
/* P R O T O T Y P E S
/*
/***********************************************************************/
OSErr get_port( short port, short *prefIn, short *prefOut );